home *** CD-ROM | disk | FTP | other *** search
/ MaxiMac 2000 July / MaxiMac 104.iso / Macworld on CD n°104 / Macworld Pratique / Programmation / Editeur C⁄C++ ƒ / iEdit 2.0.1 ƒ / Release Notes < prev   
Encoding:
Text File  |  2000-05-20  |  7.7 KB  |  181 lines  |  [TEXT/ttxt]

  1. iEdit 2.0.1 version history
  2.  
  3. 2.0.1
  4.  
  5. • Fixed the crashing error when choosing Text File from the new document window
  6. • Text Statistics now work
  7. • Fixed spelling of standard in iEdit
  8. • Added standard C toolbox and console app in Extras Examples folder
  9. • The line text now stays put when resizing the window
  10. • Selecting text is much much faster
  11. • When choosing New Blank from file menu it now opens in front of the toolbar
  12.  
  13. iEdit 2.0 version history
  14.  
  15. iEdit 2.0
  16.  
  17. • Released iEdit 2.0! •
  18. • Added Export as CodeWarrior
  19. • Added Export a MPW
  20. • Added Export as BBEdit
  21. • Added Export as Text-Edit Plus
  22. • If you have the create new document option on for startup, it will now open below the toolbar
  23. • Fixed the document info bug
  24. • Added support for AllWrite documents
  25.  
  26. 2.0b5
  27.  
  28. • The doc info window now is live dragging (when you drag inside the window)
  29. • Finished the read me file
  30. • Created a new site for iEdit 2
  31. • Uploaded the documentation, available at www.pinehillproducts.com/iedit/docs/index.html
  32.  
  33. 2.0b4
  34.  
  35. • Brand new printing engine
  36. • Fixed yet another save bug (formed when fixing a different save bug!) it all seems to work perfect now
  37. • Very simple undo system added
  38. • Added Edit text clipping so you can edit those little files you like on the run! :-)
  39.  
  40. 2.0b3
  41.  
  42. • iEdit 2.0 release date = May 25th 2000. All I have to do really is the documentation, there are not many bugs from what I can see.
  43. • Finished the entire 1,300 worded iEdit 2 Documentation
  44. • Fixed switch branch crashing bug
  45. • When selecting text, its much faster now
  46. • Added Text Case Toggle
  47. • Added a new text has changed system, works flawless so far
  48.  
  49. 2.0b2
  50.  
  51. • Did some more on the documentation, then accidently deleted it! Ack! Luckely for me, AllWrite has a backup option which saved my life! Check out AllWrite at www.kagi.com/fabian
  52. • Added Switch Case window, whew, talk about coding, its only about 3 RB keywords in the code for this, but so much C code! ah! Well, its done and works fine
  53. • Added Timer when you quit if you havn't registerd
  54.  
  55. 2.0b1
  56.  
  57. • iEdit 2.0 enters beta stage!
  58. • Added go to line under the document window
  59. • Added Text Statistics under the text menu, tells you how many words and characters in the doc you are working on, this is mainly for writers
  60. • Changed the name of the Format menu to Text
  61. • Fixed the text box heights, fits the text better
  62. • Made new icons for iEdit app, folders, readme, release notes and saved files, cool looking too!
  63. • Added the ammount of lines to the bottom of doc window and text statistics window
  64.  
  65. 2.0a4
  66.  
  67. • If you have "open saved document" as start-up choice, but open a iEdit doc by double clicking it or draging any kind of TEXT file over iEdit, it will open and display the file and not show the open doc window
  68. • Added Menu Bar show
  69. • Added autosave, may not work properly if you didn't register... will be looking into this...
  70. • Added If statement
  71. • Added Special Character Window
  72. • Added If-Else statement
  73. • Added a lot to the documention
  74.  
  75. 2.0a3
  76.  
  77. • Added a powerful find system with:
  78.      * Find
  79.      * Find again
  80.      * Find and Replace
  81.      * Find and Replace again
  82. • Added Insert Time, and corrosponds with the correct format specified in the prefs dialog
  83. • Added Insert Event loop.. another great new feature to iEdit 2.0!
  84. • Fixed another prefs bug with the font and size, works fine now
  85. • Arranged Insert menu to look better
  86. • Started the documentation for iEdit 2.0
  87.  
  88. 2.0a2
  89.  
  90. • Insert Date now works (with the date format you chose in the preferences box)
  91. • Position of the clipboard window has been changed so it does not interfer with the toolbar
  92. • Preference bug for font size fixed
  93. • Added Register dialog
  94. • Registration system works perfect
  95. • The preferences (for everything) work perfect! Great!
  96. • New interface for custom export window
  97. • All text fields are correct size, and makes the interface look better
  98. • Made a icon for iEdit and a iEdit saved document
  99. • When openning up a doc. the screen will be in the correct spot instead of all in the left part of the screen
  100.  
  101. 2.0a1
  102.  
  103. • iEdit 2.0 entered alpha stage! Yay!
  104. • If you have not registered, you can not save documents (but can export them)
  105. • Totally re-did the saving engine, no errors at all! Works like a charm.
  106. • Totally re-did the save as engine, also works like a charm.. no errors at all
  107. • Added Show a Window, also includes support for color windows unlike iEdit 1.0 did
  108. • Added Show a Dialog, also includes support for color dialogs
  109. • New about box image
  110. • Along with a new image, a new layout for the about box also
  111. • Fixed the time and date preference bug
  112.  
  113. 2.0d6
  114.  
  115. • Upgraded the IDE I use to make iEdit to its newest version, hopefully fixing any bugs there where so far
  116. • Added tab-space ability
  117. • Added "Text file" in the new document window.. does the same as making a blank doc
  118. • Added "Standrad C Console app" in the new doc window
  119. • Re-made the interface for the Decrypt Document window
  120. • Fixed the window position bug when making a new document from the new doc window
  121. • Added the "set..." button code... works fine (check it out in the new doc window)
  122. • Added print... works now in toolbar and the menu item.. and works fine too!
  123. • Got a nice icon for it... very cool looking!
  124. • Re-made the interface for the Encrypt Document window
  125.  
  126. 2.0d5
  127.  
  128. • Added Show Clipbaord under Edit menu.. works fine
  129. • Added Export menu, and Custom export, also works fine
  130. • Added Draw A String.. and once again, works perfect!
  131. • Added Mouse-Click Quit (for non-event based toolbox apps)
  132. • Made a new interface for the shortcuts window (nothing major)
  133. • Made a "Made with iEdit 2.0" logo in the Extra's folder
  134. • Title of a new document (blank) is now "untitled.c"
  135.  
  136. 2.0d4
  137.  
  138. • Prefs seem to work great now with my new system... only problem is the auto save which can be fixed easily
  139. • Auto-save preference bug fixed
  140. • Added Toolbox Init under Insert menu
  141. • Added Shortcuts.. now with multi lines... test it out.. Shortcuts under the Edit menu or command + e
  142. • Added Encrpt and Decrypt for documents.. very useful if you don't want people looking at your code!
  143. • Added Function Prototype to the Insert menu, works like a charm!
  144. • Added Insert Comments
  145.  
  146. 2.0d3
  147.  
  148. • Added System Beep window
  149. • Attemped to make preferences 3 times, failed, but only with the startup procedure, time to try again...
  150. • Took off sticky button on the toolbar for the doc info window, it was not at all interface "savvy"
  151.  
  152. 2.0d2
  153.  
  154. • Added "standard c toolbox app" to the new document window, but this doesn't compile in CW Pro 5, but does in CW pro 4... hmm... oh well, its code and it (did) work! ;-)
  155. • Added some stuff I should have to the first ever release finally:
  156.                     * Font menu
  157.      * Size menu
  158.      * Style menu
  159.      * Color menu
  160. • Finsihed Contact Info box
  161. • Made the group box around the text in the go to line and doc info windows one of Fabian lidmans' great classes! Makes it look much better then a group box with a seperator.
  162. • Added close in the file menu
  163. • Added a preferences dialog, nice, clean, easy to use
  164.  
  165. 2.0d1
  166.  
  167. This is the first release, but not public. I also started from scratch so 2.0 will be much faster, much less bugs, and better then ever!
  168.  
  169. • Started the project
  170. • Added a toolbar
  171. • Added icons to toolbar, and made all the buttons work
  172. • Added a main window
  173. • Added "characters in text" to bottom of main window
  174. • Added a "document info" window - telling you the size, characters, type, name, etc
  175. • Added a about box
  176. • Added a "please register" window
  177. • Added "open document" - to open any kind of TEXT document
  178. • Added save, save it in iEdit's file format - same as 1.0 but now 1.0 and 2.0 doc's will open with 2.0
  179. • Added "go to line"
  180. • Added "new document" window, similer to the template window in 1.0, but this is more like CodeWarrior 5's new window, and is easier to use and has more control over making a new document.
  181. • Added a splash dialog